Creating Horizontal and Vertical Lines in HTML
Example Code :
<IMG SRC="yourimage.gif" WIDTH="100" HEIGHT="4" BORDER="0">
View :
Example Code :
<TABLE CELLPADDING="2" WIDTH="200">
<TR>
<TD>
<IMG SRC="yourimage.gif" WIDTH="2" HEIGHT="100">
</TD>
<TD>This portion of the table can be used to display your text. Make sure that you set a specific table width so that your text will wrap and display beside your line image.
</TD>
</TR>
</TABLE>
View :
|
|
This portion of the table can be used to display your text. Make sure that you set a specific table width so that your text will wrap and display beside your line image. |